OceanAPI

auto __str__(self): return b"<{:s} at {:#x}>".format(type(self).__name__, id(self))

auto __unicode__(self): return "<{:s} at {:#x}>".format(type(self).__name__, id(self))

struct OceanAPI {
string endpoint;
string token;
}

Meta